|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A factory interface that creates instances of OraNMFAlgorithmSettings.
Factory| Method Summary | |
OraNMFAlgorithmSettings |
create()Creates an NMF algorithm settings with default values |
OraNMFAlgorithmSettings |
create(long numberOfIterations, double minConvergenceTolerance, long seedValue)Creates an NMF algorithm settings with the user specified values |
| Method Detail |
public OraNMFAlgorithmSettings create()
throws javax.datamining.JDMException
OraNMFAlgorithmSettingsjavax.datamining.JDMException - An instance of OraNMFAlgorithmSettings cannot be created
public OraNMFAlgorithmSettings create(long numberOfIterations,
double minConvergenceTolerance,
long seedValue)
throws javax.datamining.JDMException
numberOfIterations - maximum number of iterationsminConvergenceTolerance - minimum convergence toleranceseedValue - seed value for the random number generatorOraNMFAlgorithmSettingsjavax.datamining.JDMException - An instance of OraNMFAlgorithmSettings cannot be created
|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||